home *** CD-ROM | disk | FTP | other *** search
/ Internet News 2001 March / Internet News 2001-03 - CD-ROM.rar / IN200103.ISO / Linux / ETLinux / _7eboot-0.70a.flp / init / PRE-NET < prev   
Text File  |  2000-03-06  |  382b  |  18 lines

  1. # here is where you would install kernel modules
  2. # insmod epic100
  3.  
  4. #mount -t msdos /dev/fd0 /boot
  5.  
  6. #if [ -f /boot/conf/first ]    ### System has never booted before
  7. #then
  8. #    umount /boot
  9. #    echo "Configuring Trinux for the first time...."
  10. #    echo 
  11. #    . /boot/init/config
  12. #fi
  13.  
  14.  
  15. echo "Bringing up loopback device..."
  16. ifconfig lo 127.0.0.1 up
  17. route add -net 127.0.0.0 netmask 255.0.0.0 lo
  18.